Remove rapidsai from channel resolution to avoid rapids-xgboost - #221
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (9)
💤 Files with no reviewable changes (9)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughChangesConda channel update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This update removes rapidsai from channel resolution to avoid obsolete XGBoost selection; no concrete merge-blocking risk is established by the supplied evidence. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
|
Same as with NVIDIA/cuml#8596 we'll have to make sure to revert this change before cutting the release (reverting this shouldn't cause regressions once we've also removed the |
|
/merge |
Created #223 to track the required revert before the |
Unblock the CI by temporarily removing
rapidsaifrom channel resolution. Right now, the CI is pulling an old version of XGBoost due to the recent removal ofrapids-xgboost. See NVIDIA/cuml#8596 for the context.Closes #222